home *** CD-ROM | disk | FTP | other *** search
- // THRDTSTS.H -- Prototypes for thread calculations--primes and graphics.
-
- #if !defined(_THRDTSTS_H)
- #define _THRDTSTS_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- UINT DoPrimesCalc(UINT uNumTotalPrimes, UINT uNumPrimesThisPass, LONG *pPrimesArray, UINT uNumCurrentPrimes);
-
- UINT DoGraphics(HWND hwndDraw, UINT uTotalReps, UINT uRepsThisPass, UINT uCurrentReps);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-